C1.DataCollection Assembly / C1.DataCollection Namespace / C1DynamicList<T> Class / Insert Method / Insert(Int32,Object) Method

In This Topic
Insert(Int32,Object) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Sub Insert( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
 

Parameters

index
value
See Also